text"Problem 51" lemma"⊨ (∃z w. ∀x y. P(x,y) ⟷ (x = z ∧ y = w)) ⟶ (∃z. ∀x. ∃w. (∀y. P(x,y) ⟷ y = w) ⟷ x = z)" by (fast add!: subst)
text"Problem 52"(*Almost the same as 51. *) lemma"⊨ (∃z w. ∀x y. P(x,y) ⟷ (x = z ∧ y = w)) ⟶ (∃w. ∀y. ∃z. (∀x. P(x,y) ⟷ x = z) ⟷ y = w)" by (fast add!: subst)
text"Problem 56" lemma"⊨ (∀x.(∃y. P(y) ∧ x = f(y)) ⟶ P(x)) ⟷ (∀x. P(x) ⟶ P(f(x)))" by (best add: symL subst) (*requires tricker to orient the equality properly*)
text"Problem 57" lemma"⊨ P(f(a,b), f(b,c)) ∧ P(f(b,c), f(a,c)) ∧ (∀x y z. P(x,y) ∧ P(y,z) ⟶ P(x,z)) ⟶ P(f(a,b), f(a,c))" by fast
text"Problem 58!" lemma"⊨ (∀x y. f(x) = g(y)) ⟶ (∀x y. f(f(x)) = f(g(y)))" by (fast add!: subst)
text"Problem 59" (*Unification works poorly here -- the abstraction %sobj prevents efficient
operation of the occurs check*) lemma"⊨ (∀x. P(x) ⟷¬ P(f(x))) ⟶ (∃x. P(x) ∧¬ P(f(x)))" using [[unify_trace_bound = 50]] by best_dup
text"Problem 60" lemma"⊨∀x. P(x,f(x)) ⟷ (∃y. (∀z. P(z,y) ⟶ P(z,f(x))) ∧ P(x,y))" by fast
text"Problem 62 as corrected in JAR 18 (1997), page 135" lemma"⊨ (∀x. p(a) ∧ (p(x) ⟶ p(f(x))) ⟶ p(f(f(x)))) ⟷ (∀x. (¬ p(a) ∨ p(x) ∨ p(f(f(x)))) ∧ (¬ p(a) ∨¬ p(f(x)) ∨ p(f(f(x)))))" by fast
(*18 June 92: loaded in 372 secs*) (*19 June 92: loaded in 166 secs except #34, using repeat_goal_tac*) (*29 June 92: loaded in 370 secs*) (*18 September 2005: loaded in 1.809 secs*)
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.