Loading [MathJax]/jax/output/CommonHTML/jax.js
[Math] Relation
·
.../Math
다음은 Relation에 대한 간단한 정의임.A relation (or, more precisely, a binary relation) on a set A is a collection of ordered pairs of elements from A. 이를 Cartesian Product를 통해 설명하면,A로부터 B의 (binary) relation RA×B의 subset 으로,aA,bB(a,b)R이 성립하며, aRb 로 표기한다. 이는 abR의 관계가 있음을 나타내며 다음과 같이 표기하기도 한다.R:AB ¬aRa 라고 기재하면 "aaR의 관..
[Math] Cartesian Product (or Descartes Product, Product Set)
·
.../Math
Cartesian Product (or Descartes Product)공집합(empty set, null set)이 아닌 여러 sets를 이용하여 새로운 set을 만드는 연산. Cartesian product는operand인 여러 집합들의각 elements를  원소(component, element)로 하는 tuple을 element(원소)로 하는 set을 반환함. 2개의 집합 A, B의 Cartesian product A×B는 다음과 같음.A×B={(a,b)|aA,bB} n 개의 집합 A1,A2,,An의 Cartesian Product는 다음과 같이 정의됨.$$\displaystyle \prod^n_{i=1..