WithDim #
WithDim is the type M
which carrying the dimension d
.
instance
WithDim.instCarriesDimension
(d : Dimension)
(M : Type)
[inst : MulAction NNReal M]
:
CarriesDimension (WithDim d M)
Equations
- WithDim.instCarriesDimension d M = { toMulAction := WithDim.instMulActionNNReal d M, d := d }
@[simp]