(*Classically but not intuitionistically valid. Proved by a bug in 1986!*)
schematic_goal "?p : EX x. Q(x) --> (ALL x. Q(x))" apply (tactic โนIntPr.fast_tac ๐ 1โบ)? oops
subsection"Hard examples with quantifiers"
textโน
The ones that have not been proved are not known to be valid!
Some will require quantifier duplication -- not currently available. โบ
text"Problem ~~18"
schematic_goal "?p : ~~(EX y. ALL x. P(y)-->P(x))"oops (*NOT PROVED*)
text"Problem ~~19"
schematic_goal "?p : ~~(EX x. ALL y z. (P(y)-->Q(z)) --> (P(x)-->Q(x)))"oops (*NOT PROVED*)
text"Problem 20"
schematic_goal "?p : (ALL x y. EX z. ALL w. (P(x)&Q(y)-->R(z)&S(w))) --> (EX x y. P(x) & Q(y)) --> (EX z. R(z))" by (tactic โนIntPr.fast_tac ๐ 1โบ)
text"Problem 21"
schematic_goal "?p : (EX x. P-->Q(x)) & (EX x. Q(x)-->P) --> ~~(EX x. P<->Q(x))"oops (*NOT PROVED*)
text"Problem 29. Essentially the same as Principia Mathematica *11.71"
schematic_goal "?p : (EX x. P(x)) & (EX y. Q(y)) --> ((ALL x. P(x)-->R(x)) & (ALL y. Q(y)-->S(y)) <-> (ALL x y. P(x) & Q(y) --> R(x) & S(y)))" by (tactic "IntPr.fast_tac ๐ 1")
text"Problem 39"
schematic_goal "?p : ~ (EX x. ALL y. F(y,x) <-> ~F(y,y))" by (tactic "IntPr.best_tac ๐ 1")
text"Problem 40. AMENDED"
schematic_goal "?p : (EX y. ALL x. F(x,y) <-> F(x,x)) --> ~(ALL x. EX y. ALL z. F(z,y) <-> ~ F(z,x))" by (tactic "IntPr.best_tac ๐ 1") โ โนslowโบ
text"Problem 44"
schematic_goal "?p : (ALL x. f(x) --> (EX y. g(y) & h(x,y) & (EX y. g(y) & ~ h(x,y)))) & (EX x. j(x) & (ALL y. g(y) --> h(x,y))) --> (EX x. j(x) & ~f(x))" by (tactic "IntPr.best_tac ๐ 1")
text"Problem 51"
schematic_goal "?p : (EX z w. ALL x y. P(x,y) <-> (x=z & y=w)) --> (EX z. ALL x. EX w. (ALL y. P(x,y) <-> y=w) <-> x=z)" by (tactic "IntPr.best_tac ๐ 1") โ โน60 secondsโบ
text"Problem 56"
schematic_goal "?p : (ALL x. (EX y. P(y) & x=f(y)) --> P(x)) <-> (ALL x. P(x) --> P(f(x)))" by (tactic "IntPr.best_tac ๐ 1")
text"Problem 57"
schematic_goal "?p : P(f(a,b), f(b,c)) & P(f(b,c), f(a,c)) & (ALL x y z. P(x,y) & P(y,z) --> P(x,z)) --> P(f(a,b), f(a,c))" by (tactic "IntPr.best_tac ๐ 1")
text"Problem 60"
schematic_goal "?p : ALL x. P(x,f(x)) <-> (EX y. (ALL z. P(z,y) --> P(z,f(x))) & P(x,y))"an> by (tactic "IntPr.best_tac ๐ 1")
end
Messung V0.5 in Prozent
ยค Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-09)
ยค
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.