- mvarId : Lean.MVarId
- elems : Array Lean.FVarId
- diseqs : Array Lean.FVarId
- subst : Lean.Meta.FVarSubst
Instances For
Equations
- Lean.Meta.instInhabitedCaseArraySizesSubgoal = { default := { mvarId := default, elems := default, diseqs := default, subst := default } }
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Meta.caseArraySizes
(mvarId : Lean.MVarId)
(fvarId : Lean.FVarId)
(sizes : Array Nat)
(xNamePrefix : optParam Lake.Name `x)
(hNamePrefix : optParam Lake.Name `h)
:
Split goal ... |- C a
into sizes.size + 1 subgoals
..., x_1 ... x_{sizes[0]} |- C #[x_1, ... x_{sizes[0]}]
... n)..., x_1 ... x_{sizes[n-1]} |- C #[x_1, ..., x_{sizes[n-1]}]
n+1)..., (h_1 : a.size != sizes[0]), ..., (h_n : a.size != sizes[n-1]) |- C a
wheren = sizes.size
Equations
- One or more equations did not get rendered due to their size.