parent
98407798af
commit
8896c9b06d
1 changed files with 5 additions and 0 deletions
|
|
@ -13,3 +13,8 @@ attribute [simp] Formula.count_quantifiers
|
|||
#check @Formula.count_quantifiers._eq_1
|
||||
#check @Formula.count_quantifiers._eq_2
|
||||
#check @Formula.count_quantifiers._eq_3
|
||||
|
||||
@[simp] def Formula.count_quantifiers2 : Formula n → Nat
|
||||
| imp f₁ f₂ => f₁.count_quantifiers2 + f₂.count_quantifiers2
|
||||
| all f => f.count_quantifiers2 + 1
|
||||
| _ => 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue