Maths Unit-5 Formulas
Maths Unit-5 Formulas
➢Equivalence Relation
A relation R on a set X is said to be equivalence relation, if R is reflexive, symmetric and
transitive.
Lattice Isomorphism:
Let (L,∗, ⨁) and (M, ⋀, ⋁) be two lattices. A mapping f: L → M is called a lattice isomorphism if f is
one to one and onto.
Isomorphic:
If there exists an isomorphism between two lattices, then the lattices are said to be isomorphic.
SPECIAL TYPES OF LATTICES
1. Complete Lattice:
A lattice (L,∗,⊕) is said to be complete if every non-empty subset has a least upper bound
and a greatest lower bound.
2. Bounded Lattice: A lattice (L,∗,⊕) is said to be bounded if it has a greatest element
(upper bound) 1 and a least element (least element) 0. (i.e) 0 ≤ a ≤ 1 ∀a ∈ L.
3. Complement of an element:
If (L,∗,⊕, 0,1) be a bounded lattice. An element b ∈ L is called a complement of an element
a ∈ L if a ∗ b = 0 & a ⊕ b = 1.
4. Distributive lattice:
A lattice (L,∗,⊕) is said to be distributive lattice, if for any a, b, c ∈ L, then
a ∗ b ⊕ c = (a ∗ b) ⊕ (a ∗ c)
a ⊕ b ∗ c = a ⊕ b ∗ (a ⊕ c)
5. Modular lattice:
A lattice (L,∗,⊕) is said to be modular lattice, if for any a, b, c ∈ L, a ≤ c ⟹ a ⊕ b ∗ c = a ⊕
b ∗ c.
Direct Product:
Let (L,∗, ⨁) and (S, ⋀, ⋁) be two lattices. The algebraic system (L × S, . , +) in which +& . on L
× S are such that for any a, b & c, d ∈ L × S.
a, b . c, d = (a ∗ c, b ∧ d) & a, b + c, d = (a ⊕ c, b ∨ d) is called the direct product of the
lattices (L,∗, ⨁) and (M, ⋀,⋁).
BOOLEAN ALGEBRA
• A lattice which is complemented and distributive is called Boolean algebra.
Definition:
A non-empty set B together with two binary operations +, . (called addition and
multiplication), a unary operation ′ on B (called complementation) and two distinct
elements 0 and 1 is called a Boolean algebra if the following axioms are satisfied for all a, b,
c ∈ B.
i) Commutative Laws: a + b = b + a & a. b = b. a
ii) Associative Laws: a + b + c = a + b + c & a. b. c = a. b . c
iii) Distributive Laws: a + b. c = a + b . a + c & a. b + c = a. b + (a. c)
iv) Identity Laws: a + 0 = a & a. 1 = a
v) Complement Laws: a + a′= 1 & a. a′= 0
SUB-BOOLEAN ALGEBRA
• Let (B, +, . ,′, 0,1) be a Boolean algebra and S be a non-empty subset of B. If S contains the
elements 0 & 1 and is closed under the operations +, . ,′ then (S, +, . ,′, 0,1) is called a Sub-
Boolean Algebra.