Documentation

APAP.Prereqs.Convolution.Order

theorem ddconv_nonneg {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {f g : GR} (hf : 0 f) (hg : 0 g) :
0 f ∗ᵈ g
theorem ddconv_apply_nonneg {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {f g : GR} (hf : 0 f) (hg : 0 g) (a : G) :
0 (f ∗ᵈ g) a
theorem dddconv_nonneg {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {f g : GR} [StarRing R] [StarOrderedRing R] (hf : 0 f) (hg : 0 g) :
0 f ○ᵈ g
theorem dddconv_apply_nonneg {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {f g : GR} [StarRing R] [StarOrderedRing R] (hf : 0 f) (hg : 0 g) (a : G) :
0 (f ○ᵈ g) a
@[simp]
theorem support_ddconv {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {f g : GR} (hf : 0 f) (hg : 0 g) :
theorem ddconv_pos {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {f g : GR} (hf : 0 < f) (hg : 0 < g) :
0 < f ∗ᵈ g
@[simp]
theorem support_dddconv {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {f g : GR} [StarRing R] [StarOrderedRing R] (hf : 0 f) (hg : 0 g) :
theorem dddconv_pos {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {f g : GR} [StarRing R] [StarOrderedRing R] (hf : 0 < f) (hg : 0 < g) :
0 < f ○ᵈ g
@[simp]
theorem iterConv_nonneg {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsOrderedRing R] {f : GR} (hf : 0 f) {n : } :
0 f ∗ᵈ^ n
@[simp]
theorem iterConv_pos {G : Type u_1} {R : Type u_2} [Fintype G] [DecidableEq G] [AddCommGroup G] [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] [StarRing R] [StarOrderedRing R] {f : GR} (hf : 0 < f) {n : } :
0 < f ∗ᵈ^ n

The positivity extension which identifies expressions of the form f ∗ᵈ g, such that positivity successfully recognises both f and g.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    The positivity extension which identifies expressions of the form f ○ᵈ g, such that positivity successfully recognises both f and g.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      The positivity extension which identifies expressions of the form f ○ᵈ g, such that positivity successfully recognises both f and g.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For