Skip to content

Conversation

@aodecipher
Copy link
Contributor

@aodecipher aodecipher commented Jan 26, 2026

Summary

Complete proofs for Lemma 1.3.19 (Triangle inequality) and its helpers:

  • Main theorem: ComplexAbsolutelyIntegrable.abs_le (‖∫f‖ ≤ ∫|f|)
  • Real integral helpers: abs_integ_le, integ_smul', integ_add', integ_sub'
  • Complex integral helpers: re_abs_integ_le, integ_smul, abs_smul_unit, integ_re_eq_re_integ
  • Key identities: Real.pos_neg_add_identity, EReal.pos_neg_add_identity
  • Proof uses rotation trick: multiply by unit complex number to reduce to real case

Other:

  • Minor comment cleanup

…grals

- Main theorem: ComplexAbsolutelyIntegrable.abs_le (‖∫f‖ ≤ ∫|f|)
- Real integral helpers: abs_integ_le, integ_smul', integ_add', integ_sub'
- Complex integral helpers: re_abs_integ_le, integ_smul, abs_smul_unit, integ_re_eq_re_integ
- Key identities: Real.pos_neg_add_identity, EReal.pos_neg_add_identity
- Scaling lemmas: pos_fun/neg_fun behavior under scalar multiplication

Proof uses rotation trick: multiply by unit complex number to reduce to real case.
@aodecipher aodecipher changed the title Complete proofs for L1 distance and triangle inequality Complete proof for triangle inequality Jan 26, 2026
@teorth teorth merged commit 53f71e1 into teorth:main Jan 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants