Identifier
F:creal-integral-le
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

For functions F, G with F <= G pointwise on [a,b] (a <= b), and uniform-continuity witnesses for F and G there: integral F a b hab uF <= integral G a b hab uG. No Equiv/converges_unique bridge is needed here -- converges_le compares two Converges facts at independent limits directly.

Formal statement
theorem CReal.integral_le : ((x0 : ((x0 : CReal) -> CReal)) -> ((x1 : ((x1 : CReal) -> CReal)) -> ((x2 : CReal) -> ((x3 : CReal) -> ((x4 : CReal.le x2 x3) -> ((x5 : CReal.UniformlyContinuousOn x0 x2 x3) -> ((x6 : CReal.UniformlyContinuousOn x1 x2 x3) -> ((x7 : ((x7 : CReal) -> ((x8 : CReal.le x2 x7) -> ((x9 : CReal.le x7 x3) -> CReal.le (x0 x7) (x1 x7))))) -> CReal.le (CReal.integral x0 x2 x3 x4 x5) (CReal.integral x1 x2 x3 x4 x6)))))))))

Dependencies

The graph shows direct ledger edges. Follow a node to open its artifact page.

Evidence

kernel-CReal.integral_le

Kind
kernel-term
Status
checked

Supports: CReal.integral_le is admitted by the trusted kernel gate with the type recorded in formal.statement.

Checker command
cargo run -q --release -p axeyum-lean-kernel --example theorem_dependency_inventory -- integral_le 2>/dev/null | grep -cE '^CReal\.integral_le[[:space:]]'
Evidence notes

build_creal_prelude admits CReal.integral_le through the trusted Kernel::add_declaration gate. theorem_dependency_inventory exits non-zero for a named filter matching nothing; grep -c asserts the exact tab-anchored line. The 'integral_le' filter substring also matches 'CReal.integral_le' uniquely among admitted theorems on this tree (no 'integral_less...'-shaped name exists); the anchored grep additionally guards against a future name that merely contains the substring. --release is MANDATORY: this tool also builds creal/complex/cpoint, which overflow the default debug thread stack.

footprint-CReal.integral_le

Kind
exhaustive-enumeration
Status
checked

Supports: axiom_footprint: [] -- the creal prelude's trusted surface is empty, which bounds CReal.integral_le

Checker command
cargo run -q --release -p axeyum-lean-kernel --example nat_axiom_inventory -- --include-constructed --require-axiom-free creal
Evidence notes

Re-measured on this tree: creal: axiom=0 opaque=0 quotient=0 total_trusted=0, exits 0 printing 'ok: creal trusted surface = 0'. --require-axiom-free <name> errors for a prelude never built by this run. --release is MANDATORY here.

Provenance

{
  "date": "2026-08-27",
  "established_by": "axeyum-lean-kernel build_creal_prelude (crates/axeyum-lean-kernel/src/creal/integral.rs, declare_integral_le)",
  "source": "theorem name and canonical type read via a standalone probe binary depending on axeyum-lean-kernel by path, calling only its public Kernel API. Direct dependency edges cross-checked against theorem_dependency_inventory's own output on the same tree. The probe was built and run in the session scratchpad and deleted after use; crates/ source was not touched to produce this batch."
}