English
A property IsUniform is defined so that all polynomial representations of a single value have the same coordinate-wise ranges.
Русский
Свойство IsUniform требует, чтобы все полиномиальные представления одного значения имели одинаковые диапазоны по каждой координате.
LaTeX
$$$$\\text{IsUniform} \\;:\\; \\text{Prop}$$$$
Lean4
instance (priority := 100) lawfulMvFunctor : LawfulMvFunctor F
where
id_map := @MvQPF.id_map n F _
comp_map :=
@comp_map n F
_
-- Lifting predicates and relations