Module mathcomp.reals.prodnormedzmodule
From HB Require Import structures.From mathcomp Require Import boot order fingroup ssralg poly ssrnum.
From mathcomp Require Import all_classical.
From mathcomp Require Import interval_inference.
Unset SsrOldRewriteGoalsOrder.
Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
Local Open Scope ring_scope.
Import Order.TTheory GRing.Theory Num.Theory.
Section Linear1.
Context ( : pzRingType) ( : lmodType R) ( : zmodType) ( : R -> V -> V).
End Linear1.
Section Linear2.
Context ( : pzRingType) ( : lmodType R) ( : zmodType) ( : GRing.Scale.law R V).
End Linear2.
Module
Source code
Section ProdNormedZmodule.
Context { : numDomainType} { : normedZmodType R}.
Definition
ProdNormedZmodule.norm : forall {R : numDomainType} {U V : normedZmodType R}, U * V -> R ProdNormedZmodule.norm is not universe polymorphic Arguments ProdNormedZmodule.norm {R U V} x ProdNormedZmodule.norm is transparent Expands to: Constant mathcomp.reals.prodnormedzmodule.ProdNormedZmodule.norm Declared in library mathcomp.reals.prodnormedzmodule, line 40, characters 11-15
Source code
Lemma
Source code
Proof.
by rewrite comparable_le_max ?lexx ?orbT// real_comparable.
Qed.
Lemma
Source code
Proof.
Lemma
Source code
Lemma
Source code
Source code
.
Source code
Source code
Source code
normD norm_eq0 normMn normrN.
Lemma
Source code
Proof.
End ProdNormedZmodule.
Module
Source code
HB.reexport.
Definition
prod_normE : forall [R : numDomainType] [U V : normedZmodType R] (x : U * V), `|x|%R = Num.max `|x.1|%R `|x.2|%R prod_normE is not universe polymorphic Arguments prod_normE [R U V] x prod_normE is transparent Expands to: Constant mathcomp.reals.prodnormedzmodule.ProdNormedZmodule.Exports.prod_normE Declared in library mathcomp.reals.prodnormedzmodule, line 71, characters 11-21
Source code
End Exports.
End ProdNormedZmodule.
Export ProdNormedZmodule.Exports.