theory Force imports Main begin (*Use Divides rather than Main to experiment with the first proof. Otherwise, it is done by the nat_divide_cancel_factor simprocs.*)
declare div_mult_self_is_m [simp del]
lemma div_mult_self_is_m: "0==> (m*n) div n = (m::nat)" apply (insert div_mult_mod_eq [of "m*n" n]) apply simp done
lemma"(∀x. P x) ∧ (∃x. Q x) ⟶ (∀x. P x ∧ Q x)" apply clarify oops
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.