Leonardo de Moura 2021-08-26 11:15:14 -07:00
parent 1aa274e5c0
commit b5a434d8a9

View file

@ -0,0 +1,3 @@
example (r : αα → Prop) (q : Quot r) : False := by
induction q using Quot.ind with
| mk x => admit