Ajout de preuves
This commit is contained in:
parent
07e7a6b4eb
commit
e51762b03b
@ -1 +1,5 @@
|
|||||||
((A -> A) -> B) -> B
|
((A -> A) -> B) -> B
|
||||||
|
intro f.
|
||||||
|
apply f.
|
||||||
|
intro x.
|
||||||
|
assumption.
|
||||||
|
|||||||
@ -1 +1,5 @@
|
|||||||
A -> ~(~A)
|
A -> ~(~A)
|
||||||
|
intro x.
|
||||||
|
intro f.
|
||||||
|
apply f.
|
||||||
|
assumption.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user