chore(library/logic/examples/colog88): remove unnecessary annotation
This commit is contained in:
parent
a5306e70eb
commit
1149ead14c
1 changed files with 1 additions and 1 deletions
|
@ -89,4 +89,4 @@ lemma P0_x0 : P0 x0 :=
|
|||
exists.intro P0 (and.intro fP0_eq not_P0_x0)
|
||||
|
||||
theorem inconsistent : false :=
|
||||
absurd @P0_x0 @not_P0_x0
|
||||
absurd P0_x0 not_P0_x0
|
||||
|
|
Loading…
Reference in a new issue