For example, R = { (1,1),(1,2),(2,1),(2,2) } for A = {1,2,3}
This relation is symmetric and transitive. I understand that the relation is symmetric, but my brain does not have a clear concept how this is transitive. First, this is symmetric because there is (1,2) => (2,1) However for transitive, there is (1,1) and (1,2) but there is no "another" (1,2) in the relation technically or does that (1,2) imply the same thing? So for example, (1,1)^(1,2)=>(1,2) ?? is this why it's transitive?

