HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12229

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 8901-9000 - Page 90 of 123
TypeLabelDescription
Statement
 
Definitiondf-ps 8901 Define the class of all posets (partially ordered sets) with weak ordering (e.g. "less than or equal to" instead of "less than"). A poset is a relation which is transitive, reflexive, and antisymmetric.
|- Poset = {r | (Rel r /\ (r o. r) (_ r /\ (r i^i `'r) = (I |` U.U.r))}
 
Definitiondf-spw 8902 Define suprema under weak orderings. Unlike df-sup 4717 for strong orderings, supw is evaluates to a member of the field of R iff the supremum exists. Read R supw A as the R -supremum of set A.
|- supw = {<.<.r, x>., y>. | E.z(z = {w e. U.U.r | (A.v e. x vrw /\ A.v e. U.U.r(A.u e. x urv -> wrv))} /\ y = if(z =/= (/), U.z, P~U.U.U.r))}
 
Definitiondf-nfw 8903 Define the class of all infima of a weak ordering relation.
|- infw = {<.<.r, x>., y>. | y = (`'r supw x)}
 
Definitiondf-jn 8904 Define the class of all join operations on weak orderings.
|- join = {<.r, w>. | w = {<.<.x, y>., z>. | ((x e. U.U.r /\ y e. U.U.r) /\ z = (r supw {x, y}))}}
 
Definitiondf-mee 8905 Define the class of all meet operations on weak orderings.
|- meet = {<.r, w>. | w = {<.<.x, y>., z>. | ((x e. U.U.r /\ y e. U.U.r) /\ z = (r infw {x, y}))}}
 
Definitiondf-la 8906 Define the class of all lattices, which are posets in which every two elements have upper and lower bounds.
|- Lat = {r e. Poset | A.x e. dom rA.y e. dom r((r supw {x, y}) e. dom r /\ (r infw {x, y}) e. dom r)}
 
Theoremisps 8907 The predicate "is a poset" i.e. a transitive, reflexive, antisymmetric relation.
|- (R e. A -> (R e. Poset <-> (Rel R /\ (R o. R) (_ R /\ (R i^i `'R) = (I |` U.U.R))))
 
Theorempsrel 8908 A poset is a relation.
|- (A e. Poset -> Rel A)
 
Theorempslem 8909 Lemma for psref 8911 and others.
 
Theorempsdmrn 8910 The domain and range of a poset equal its field.
|- (R e. Poset -> (dom R = U.U.R /\ ran R = U.U.R))
 
Theorempsref 8911 A poset is reflexive.
|- X = dom R   =>   |- ((R e. Poset /\ A e. X) -> ARA)
 
Theorempsrn 8912 The range of a poset equals it domain.
|- X = dom R   =>   |- (R e. Poset -> X = ran R)
 
Theorempsasym 8913 A poset is antisymmetric.
|- ((R e. Poset /\ ARB /\ BRA) -> A = B)
 
Theorempstr 8914 A poset is transitive.
|- ((R e. Poset /\ ARB /\ BRC) -> ARC)
 
Theoremspwval2 8915 Value of supremum under a weak ordering. Read R supw A as "the R -supremum of A." U.U.R is the field of a relation R by relfld 3620. Unlike df-sup 4717 for strong orderings, the supremum exists iff R supw A belongs to the field.
|- X = U.U.R   &   |- Z = {x e. X | (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy))}   =>   |- ((R e. U /\ A e. W) -> (R supw A) = if(Z =/= (/), U.Z, P~U.X))
 
Theoremspwval3 8916 Value of a supremum.
|- X = U.U.R   &   |- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- ((R e. U /\ A e. W /\ E.x e. X ph) -> (R supw A) = U.{x e. X | ph})
 
Theoremspwnex3 8917 When the supremum of set A doesn't exist, R supw A isn't in the the field of order relation R.
|- X = U.U.R   &   |- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- ((R e. U /\ A e. W /\ -. E.x e. X ph) -> -. (R supw A) e. X)
 
Theoremspwmo 8918 A poset has at most one supremum.
|- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- (R e. Poset -> E*x(x e. X /\ ph))
 
Theoremspweu 8919 A supremum is unique.
|- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- ((R e. Poset /\ E.x e. X ph) -> E!x e. X ph)
 
Theoremspwpr2 8920 Property of supremum defining condition for an unordered pair.
|- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- (((R e. T /\ A = {B, C}) /\ (B e. U /\ C e. W)) -> (ph <-> ((BRx /\ CRx) /\ A.y e. X ((BRy /\ CRy) -> xRy))))
 
Theoremspwval 8921 Value of a supremum.
|- X = dom R   &   |- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- ((R e. Poset /\ A e. W /\ E.x e. X ph) -> (R supw A) = U.{x e. X | ph})
 
Theoremspwcl 8922 Closure of a supremum.
|- X = dom R   &   |- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- ((R e. Poset /\ A e. W /\ E.x e. X ph) -> (R supw A) e. X)
 
Theoremspwnex 8923 Non-closure when the supremum doesn't exist.
|- X = dom R   &   |- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- ((R e. Poset /\ A e. W /\ -. E.x e. X ph) -> -. (R supw A) e. X)
 
Theoremspwex 8924 A supremum exists iff R supw A belongs to the domain of R.
|- X = dom R   &   |- (ph <-> (A.y e. A yRx /\ A.y e. X (A.z e. A zRy -> xRy)))   =>   |- ((R e. Poset /\ A e. W) -> (E.x e. X ph <-> (R supw A) e. X))
 
Theoremspwpr4 8925 Supremum of an unordered pair.
|- X = dom R   =>   |- (((R e. Poset /\ C e. D) /\ (ARC /\ BRC) /\ A.x e. X ((ARx /\ BRx) -> CRx)) -> (R supw {A, B}) = C)
 
Theoremspwpr4OLD 8926 Supremum of an unordered pair.
|- X = dom R   =>   |- (((R e. Poset /\ C e. X) /\ (ARC /\ BRC) /\ A.x e. X ((ARx /\ BRx) -> CRx)) -> (R supw {A, B}) = C)
 
Theoremspwpr4aOLD 8927 Supremum of an unordered pair.
|- X = dom R   &   |- (ph <-> (A.y e. {A, B}yRx /\ A.y e. X (A.z e. {A, B}zRy -> xRy)))   =>   |- (((R e. Poset /\ C e. X) /\ (ARC /\ BRC) /\ A.y e. X ((ARy /\ BRy) -> CRy)) -> (R supw {A, B}) = C)
 
Theoremspwpr4c 8928 Supremum of an unordered pair of comparable elements.
|- ((R e. Poset /\ B e. U /\ ARB) -> (R supw {A, B}) = B)
 
Theoremisla 8929 The predicate "is a lattice" i.e. a poset in which any two elements have upper and lower bounds.
|- X = dom R   =>   |- (R e. Lat <-> (R e. Poset /\ A.x e. X A.y e. X ((R supw {x, y}) e. X /\ (R infw {x, y}) e. X)))
 
Theoremlaspwcl 8930 Closure of the supremum (join) of two lattice elements.
|- X = dom R   =>   |- ((R e. Lat /\ A e. X /\ B e. X) -> (R supw {A, B}) e. X)
 
Theoremlanfwcl 8931 Closure of the infimum (meet) of two lattice elements.
|- X = dom R   =>   |- ((R e. Lat /\ A e. X /\ B e. X) -> (R infw {A, B}) e. X)
 
Real and complex numbers (cont.)
 
The exponential, sine, and cosine functions (cont.)
 
Theoremsincolem 8932 Lemma for sinco 8934 and cosco 8935.
 
Theoremsincnlem 8933 Lemma for sincn 8936 and coscn 8937.
 
Theoremsinco 8934 Sine expressed as a function composition. (Contributed by Paul Chapman, 28-Nov-2007.)
|- F = {<.x, y>. | (x e. CC /\ y = (i x. x))}   &   |- G = {<.x, y>. | (x e. CC /\ y = (-ui x. x))}   &   |- J = {<.x, y>. | (x e. CC /\ y = (x / (2 x. i)))}   &   |- H = {<.w, v>. | (w e. CC /\ v = (((exp o. F)` w) - ((exp o. G)` w)))}   =>   |- sin = (J o. H)
 
Theoremcosco 8935 Cosine expressed as a function composition. (Contributed by Paul Chapman, 28-Nov-2007.)
|- F = {<.x, y>. | (x e. CC /\ y = (i x. x))}   &   |- G = {<.x, y>. | (x e. CC /\ y = (-ui x. x))}   &   |- J = {<.x, y>. | (x e. CC /\ y = (x / 2))}   &   |- H = {<.w, v>. | (w e. CC /\ v = (((exp o. F)` w) + ((exp o. G)` w)))}   =>   |- cos = (J o. H)
 
Theoremsincn 8936 Sine is continuous. (Contributed by Paul Chapman, 28-Nov-2007.)
|- sin e. (CC-cn->CC)
 
Theoremcoscn 8937 Cosine is continuous. (Contributed by Paul Chapman, 28-Nov-2007.)
|- cos e. (CC-cn->CC)
 
Properties of pi = 3.14159...
 
Theorempilem1 8938 Lemma for pire 8944, pigt2lt4 8942 and sinpi 8943.
 
Theorempilem2 8939 Lemma for pire 8944, pigt2lt4 8942 and sinpi 8943.
 
Theorempilem3 8940 Lemma for pire 8944, pigt2lt4 8942 and sinpi 8943.
 
Theorempilem4 8941 Lemma for pire 8944, pigt2lt4 8942 and sinpi 8943.
 
Theorempigt2lt4 8942 pi is between 2 and 4. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (2 < pi /\ pi < 4)
 
Theoremsinpi 8943 The sine of pi is 0. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (sin` pi) = 0
 
Theorempire 8944 pi is a real number. (Contributed by Paul Chapman, 23-Jan-2008.)
|- pi e. RR
 
Theorempipos 8945 pi is positive. (Contributed by Paul Chapman, 23-Jan-2008.)
|- 0 < pi
 
Theoremsinhalfpilem 8946 Lemma for sinhalfpi 8947 and coshalfpi 8948.
 
Theoremsinhalfpi 8947 The sine of pi / 2 is 1. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (sin` (pi / 2)) = 1
 
Theoremcoshalfpi 8948 The cosine of pi / 2 is 0. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (cos` (pi / 2)) = 0
 
Theoremcospi 8949 The cosine of pi is -u1. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (cos` pi) = -u1
 
Theoremeulerid 8950 Euler's identity. (Contributed by Paul Chapman, 23-Jan-2008.)
|- ((exp` (i x. pi)) + 1) = 0
 
Theoremsin2pi 8951 The sine of 2pi is 0. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (sin` (2 x. pi)) = 0
 
Theoremcos2pi 8952 The cosine of 2pi is 1. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (cos` (2 x. pi)) = 1
 
Theoremsinperlem1 8953 Lemma for sin2kpi 8955 and cos2kpi 8956.
 
Theoremsinperlem2 8954 Lemma for sin2kpi 8955 and cos2kpi 8956.
 
Theoremsin2kpi 8955 If K is an integer, the sine of 2Kpi is 0. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (K e. ZZ -> (sin` (K x. (2 x. pi))) = 0)
 
Theoremcos2kpi 8956 If K is an integer, the cosine of 2Kpi is 1. (Contributed by Paul Chapman, 23-Jan-2008.)
|- (K e. ZZ -> (cos` (K x. (2 x. pi))) = 1)
 
Theoremsinper 8957 The sine function is periodic. (Contributed by Paul Chapman, 23-Jan-2008.)
|- ((A e. CC /\ K e. ZZ) -> (sin` (A + (K x. (2 x. pi)))) = (sin` A))
 
Theoremcosper 8958 The cosine function is periodic. (Contributed by Paul Chapman, 23-Jan-2008.)
|- ((A e. CC /\ K e. ZZ) -> (cos` (A + (K x. (2 x. pi)))) = (cos` A))
 
Theoremsin2pim 8959 Sine of a number subtracted from 2 x. pi. (Contributed by Paul Chapman, 15-Mar-2008.)
|- (A e. CC -> (sin` ((2 x. pi) - A)) = -u(sin`
 A))
 
Theoremcos2pim 8960 Cosine of a number subtracted from 2 x. pi. (Contributed by Paul Chapman, 15-Mar-2008.)
|- (A e. CC -> (cos` ((2 x. pi) - A)) = (cos` A))
 
Theoremsinmpi 8961 Sine of a number less pi. (Contributed by Paul Chapman, 15-Mar-2008.)
|- (A e. CC -> (sin` (A - pi)) = -u(sin`
 A))
 
Theoremcosmpi 8962 Cosine of a number less pi. (Contributed by Paul Chapman, 15-Mar-2008.)
|- (A e. CC -> (cos` (A - pi)) = -u(cos`
 A))
 
Theoremsinppi 8963 Sine of a number plus pi.
|- (A e. CC -> (sin` (A + pi)) = -u(sin`
 A))
 
Theoremcosppi 8964 Cosine of a complex number plus pi.
|- (A e. CC -> (cos` (A + pi)) = -u(cos`
 A))
 
Theoremefimpi 8965 The exponential function of i times a real number less pi. (Contributed by Paul Chapman, 15-Mar-2008.)
|- (A e. CC -> (exp` (i x. (A - pi))) = -u(exp` (i x. A)))
 
Theoremsinhalfpip 8966 The sine of pi / 2 plus a number. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. CC -> (sin` ((pi / 2) + A)) = (cos` A))
 
Theoremsinhalfpim 8967 The sine of pi / 2 minus a number. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. CC -> (sin` ((pi / 2) - A)) = (cos` A))
 
Theoremcoshalfpip 8968 The cosine of pi / 2 plus a number. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. CC -> (cos` ((pi / 2) + A)) = -u(sin`
 A))
 
Theoremcoshalfpim 8969 The cosine of pi / 2 minus a number. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. CC -> (cos` ((pi / 2) - A)) = (sin` A))
 
Theoremsincosq1lem 8970 Lemma for sincosq1sgn 8971.
 
Theoremsincosq1sgn 8971 The signs of the sine and cosine functions in the first quadrant. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. (0(,)(pi / 2)) -> (0 < (sin` A) /\ 0 < (cos` A)))
 
Theoremsincosq2sgn 8972 The signs of the sine and cosine functions in the second quadrant. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. ((pi / 2)(,)pi) -> (0 < (sin`
 A) /\ (cos` A) < 0))
 
Theoremsincosq3sgn 8973 The signs of the sine and cosine functions in the third quadrant. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. (pi(,)(3 x. (pi / 2))) -> ((sin` A) < 0 /\ (cos` A) < 0))
 
Theoremsincosq4sgn 8974 The signs of the sine and cosine functions in the fourth quadrant. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. ((3 x. (pi / 2))(,)(2 x. pi)) -> ((sin` A) < 0 /\ 0 < (cos` A)))
 
Theoremsinq12gt0t 8975 The sine of a number strictly between 0 and pi is positive. (Contributed by Paul Chapman, 15-Mar-2008.)
|- (A e. (0(,)pi) -> 0 < (sin`
 A))
 
Theoremsinq34lt0t 8976 The sine of a number strictly between pi and 2 x. pi is negative.
|- (A e. (pi(,)(2 x. pi)) -> (sin` A) < 0)
 
Theoremsincosq1eq 8977 Complementarity of the sine and cosine functions in the first quadrant. (Contributed by Paul Chapman, 25-Jan-2008.)
|- ((A e. CC /\ B e. CC /\ (A + B) = 1) -> (sin` (A x. (pi / 2))) = (cos` (B x. (pi / 2))))
 
Theoremsincos4thpi 8978 The sine and cosine of pi / 4. (Contributed by Paul Chapman, 25-Jan-2008.)
|- ((sin` (pi / 4)) = (1 / (sqr`
 2)) /\ (cos` (pi / 4)) = (1 / (sqr`
 2)))
 
Theoremsincos6thpi 8979 The sine and cosine of pi / 6. (Contributed by Paul Chapman, 25-Jan-2008.)
|- ((sin` (pi / 6)) = (1 / 2) /\ (cos` (pi / 6)) = ((sqr` 3) / 2))
 
Theoremabssinper 8980 The absolute value of sine has period pi.
|- ((A e. CC /\ K e. ZZ) -> (abs` (sin` (A + (K x. pi)))) = (abs` (sin` A)))
 
Theoremsinkpi 8981 The sine of an integer multiple of pi is 0.
|- (K e. ZZ -> (sin` (K x. pi)) = 0)
 
Theoremcoskpi 8982 The absolute value of the cosine of an integer multiple of pi is 1.
|- (K e. ZZ -> (abs` (cos` (K x. pi))) = 1)
 
Theoremsineq0 8983 A real number whose sine is zero is an integer multiple of pi.
|- ((A e. RR /\ (sin`
 A) = 0) -> A = ((|_`
 (A / pi)) x. pi))
 
Theoremsineq0OLD 8984 A real number whose sine is zero is an integer multiple of pi.
|- ((A e. RR /\ (sin`
 A) = 0) -> A = ((|_`
 (A / pi)) x. pi))
 
Theoremsineq0re 8985 A number whose sine is zero is real. This theorem can be used to extend sineq0 8983 to complex numbers.
|- ((A e. CC /\ (sin`
 A) = 0) -> A e. RR)
 
Theoremcosh111lem1 8986 Lemma for cosh111 8989.
 
Theoremcosh111lem2 8987 Lemma for cosh111 8989.
 
Theoremcosh111lem3 8988 Lemma for cosh111 8989.
 
Theoremcosh111 8989 Cosine is one-to-one over the closed-below, open-above interval from 0 to pi. (Contributed by Paul Chapman, 16-Mar-2008.)
|- ((A e. (0[,)pi) /\ B e. (0[,)pi)) -> (A = B <-> (cos` A) = (cos` B)))
 
Mapping of the exponential function
 
Theoremefgh 8990 The exponential function of a scaled complex number is a group homomorphism from the group of complex numbers under addition to the set of complex numbers under multiplication. (Contributed by Paul Chapman, 25-Apr-2008.)
|- F = {<.x, y>. | (x e. CC /\ y = (exp` (A x. x)))}   =>   |- ((A e. CC /\ B e. CC /\ C e. CC) -> (F` (B + C)) = ((F` B) x. (F` C)))
 
Theoremefghgrpilem 8991 Lemma for efghgrpi 8992,
 
Theoremefghgrpi 8992 The image of a subgroup of the group +, under the exponential function of a scaled complex number, is an Abelian group. (Contributed by Paul Chapman, 25-Apr-2008.)
|- S = {y | E.x e. X y = (exp` (A x. x))}   &   |- G = ( x. |` (S X. S))   &   |- A e. CC   &   |- X (_ CC   &   |- ( + |` (X X. X)) e. (SubGrp` + )   =>   |- G e. Abel
 
Theoremefif 8993 The exponential function of an imaginary number maps the closed-below, open-above interval from 0 to 2 x. pi to the unit circle. (Contributed by Paul Chapman, 16-Mar-2008.)
|- F = {<.x, y>. | (x e. (0[,)(2 x. pi)) /\ y = (exp` (i x. x)))}   &   |- S = {z e. CC | (abs` z) = 1}   =>   |- F:(0[,)(2 x. pi))-->S
 
Theoremefifolem1 8994 Lemma for efifo 9001.
 
Theoremefifolem2 8995 Lemma for efifo 9001.
 
Theoremefifolem3 8996 Lemma for efifo 9001.
 
Theoremefifolem4 8997 Lemma for efifo 9001.
 
Theoremefifolem5 8998 Lemma for efifo 9001.
 
Theoremefifolem6 8999 Lemma for efifo 9001.
 
Theoremefifolem7 9000 Lemma for efifo 9001.

MPE Home   Contents Copyright terms: Public domain < Previous  Next >