Commit 2024-02-17 09:43 d02cf66e

View on Github →

feat: Conjugate exponents in ℝ≥0 (#10589) It happens often that we have p q : ℝ≥0 that are conjugate. So far, we only had a predicate for real numbers to be conjugate, which made dealing with ℝ≥0 conjugates clumsy. This PR

  • introduces NNReal.IsConjExponent, NNReal.conjExponent
  • renames Real.IsConjugateExponent, Real.conjugateExponent to Real.IsConjExponent, Real.conjExponent
  • renames a few more lemmas to match up the Real and NNReal versions From LeanAPAP

Estimated changes

added structure NNReal.IsConjExponent
added structure Real.IsConjExponent