Logica Tools
for
Thought
 
Fitch
Undo Copy Paste Help
Objects: a, b, c
Functions: f, g
Goal  Incomplete


































1 p(a) Premise 2 p(s(a)) Premise 3 AX:(p(X) => p(s(s(X)))) Premise 4 p(a) & p(s(a)) And Introduction 1 2 5 p(c) & p(s(c)) Assumption 6 p(c) And Elimination 5 7 p(s(c)) And Elimination 5 8 p(c) => p(s(s(c))) Universal Elimination 3 9 p(s(s(c))) Implication Elimination 8 6 10 p(s(c)) & p(s(s(c))) And Introduction 7 9 11 p(c) & p(s(c)) => p(s(c)) & p(s(s(c))) Implication Introduction 5 10 12 AX:(p(X) & p(s(X)) => p(s(X)) & p(s(s(X)))) Universal Introduction 11 13 AX:(p(X) & p(s(X))) Induction 4 12 14 p(c) & p(s(c)) Universal Elimination 13 15 p(c) And Elimination 14 16 AX:p(X) Universal Introduction 15