Equations
- NOF.IsForbiddenPatternWithTip a v = ∀ ⦃i j : ι⦄, i ≠ j → a i j = v j
Instances For
Equations
- NOF.IsForbiddenPattern a = ∃ (v : ι → G), NOF.IsForbiddenPatternWithTip a v
Instances For
theorem
NOF.isForbiddenPatternWithTip_iff_forget
{ι : Type u_1}
{G : Type u_2}
{a : ι → ι → G}
{v : ι → G}
:
theorem
NOF.IsForbiddenPatternWithTip.forget
{ι : Type u_1}
{G : Type u_2}
{a : ι → ι → G}
{v : ι → G}
:
IsForbiddenPatternWithTip a v → ∀ (i : ι), forget i v = forget i (a i)
Alias of the forward direction of NOF.isForbiddenPatternWithTip_iff_forget.
theorem
NOF.IsForbiddenPatternWithTip.of_forget
{ι : Type u_1}
{G : Type u_2}
{a : ι → ι → G}
{v : ι → G}
:
(∀ (i : ι), forget i v = forget i (a i)) → IsForbiddenPatternWithTip a v
Alias of the reverse direction of NOF.isForbiddenPatternWithTip_iff_forget.
structure
NOF.IsMultidimCorner
{ι : Type u_1}
{G : Type u_2}
[Fintype ι]
[AddCommGroup G]
(a : ι → ι → G)
(b : ι → G)
:
- isForbiddenPatternWithTip : IsForbiddenPatternWithTip a b
Instances For
theorem
NOF.isMultidimCorner_forget_of_isForbiddenPattern
{ι : Type u_1}
{G : Type u_2}
[Fintype ι]
[AddCommGroup G]
[DecidableEq ι]
(a : ι → ι → G)
(h : IsForbiddenPattern a)
(hS : ∀ (i : ι), ∑ j : ι, a i j = 0)
(i : ι)
: