See https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Induction.20alternative.20name.20when.20using.20Quot.2Eind.3F
3 lines
112 B
Text
3 lines
112 B
Text
example (r : α → α → Prop) (q : Quot r) : False := by
|
||
induction q using Quot.ind with
|
||
| mk x => admit
|