I am a beginner in this field. Actually, I am studying about equivalence relation. I found that the set of all equivalence relations possible on set A form a relation.
If R1 and R2 are two equivalence relations on set A, the least upper bound is given by trans($R1 \cup R2$) and the greatest lower bound is given by $R1 \cap R2$ where trans is the transitive closure.
I couldn't get what that means. Any insights examples that could help me?
I referred to this wiki article here
They have given the example of the is refinement of relation on the partitions of a set {1,2,3,4}. Since each partition has a corresponding equivalence relation, I want to know about the meet and join of the partitions.

For eg in the above is given the lattice formed by the partitions of set {1,2,3,4}. I want to know if I want to find the join and meet of any two elements in the lattice lets say
1/2/3/4 and 1/23/4 then what would the join and meet be for these two elements? And what it means when it says least upper bound and greatest lower bound
This answers the version of the question before the edit.
If $R_1$ and $R_2$ are equivalence relations on a set $X$, then the union $R_1\cup R_2$ will in genral be symmetric and reflexive, but fail to be transitive.
For example you might have the set $X=\{0,1,2\}$ and $R_1=\{(0,0),(0,1),(1,0),(1,1),(2,2)\}$ and $R_2=\{(0,0),(1,2),(2,1),(1,1),(2,2)\}$. Then we have $(0,1)\in R_1\cup R_2$ and $(1,2)\in R_1\cup R_2$, but $(0,2)\notin R_1\cup R_2$.
So we have to add some elements to make the set transitive. This is done by taking the transitive closure of $R_1\cup R_2$, the smallest set under set inclusion that contains $R_1\cup R_2$ and is transitive. it is the intersection of all transitive supersets of $R_1\cup R_2$. This intersection is not over the empty set, since $X\times X$ is a transitive relation.
The transitive closure $T$ can be described by $x T y$ iff there exists a finite sequence $x,x',\ldots, y$ such that $x R_1 x' R_2 x'' R_1\ldots y$. Taking the transitive closure preserves symmetry and reflexivity, so the transitive closure of $R_1\cup R_2$ is indeed the smallest equivalence relation larger than both $R_1$ and $R_2$.
Remark: One can take the supremum over arbitrary sets of equivalence relations, they form a complete lattice. This has first been pointed out by Ore in the paper Theory of equivalence relations (locked) in 1942.