2016-06-06 16:55:12 +00:00
|
|
|
protected_test.lean:3:8: error: unknown identifier 'induction_on'
|
|
|
|
protected_test.lean:4:8: error: unknown identifier 'rec_on'
|
2016-06-01 02:14:42 +00:00
|
|
|
nat.induction_on : ∀ n, ?C 0 → (∀ a, ?C a → ?C (succ a)) → ?C n
|
|
|
|
le.rec_on : le ?a ?a_1 → ?C ?a → (∀ {b}, le ?a b → ?C b → ?C (succ b)) → ?C ?a_1
|
|
|
|
le.rec_on : le ?a ?a_1 → ?C ?a → (∀ {b}, le ?a b → ?C b → ?C (succ b)) → ?C ?a_1
|
2016-06-06 16:55:12 +00:00
|
|
|
protected_test.lean:9:10: error: unknown identifier 'rec_on'
|
2016-06-01 02:14:42 +00:00
|
|
|
le.rec_on : le ?a ?a_1 → ?C ?a → (∀ {b}, le ?a b → ?C b → ?C (succ b)) → ?C ?a_1
|