chore: remove def implies
This commit is contained in:
parent
cd0dd4cc2f
commit
d4c7d0f266
1 changed files with 0 additions and 5 deletions
|
|
@ -208,11 +208,6 @@ instance : LawfulBEq String := inferInstance
|
|||
|
||||
/-! # Logical connectives and equality -/
|
||||
|
||||
def implies (a b : Prop) := a → b
|
||||
|
||||
theorem implies.trans {p q r : Prop} (h₁ : implies p q) (h₂ : implies q r) : implies p r :=
|
||||
fun hp => h₂ (h₁ hp)
|
||||
|
||||
def trivial : True := ⟨⟩
|
||||
|
||||
theorem mt {a b : Prop} (h₁ : a → b) (h₂ : ¬b) : ¬a :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue