To find the total number of one-one functions f:A→A, where A={1,2,3,4,5,6}, satisfying the given conditions, we analyze the constraints step-by-step.
Since f is a one-one function on a finite set A of 6 elements, f is a bijection, meaning all image values f(1),f(2),…,f(6) must be distinct elements of A.
Step 1: Determine possible values for (f(2),f(3))
We are given:
f(2)+f(3)=5
Since f(2),f(3)∈{1,2,3,4,5,6} and f(2)=f(3), the possible pairs (f(2),f(3)) are:
- (1,4)
- (4,1)
- (2,3)
- (3,2)
We check the condition f(3)≤4 for each pair:
- For (1,4), f(3)=4≤4 (Valid)
- For (4,1), f(3)=1≤4 (Valid)
- For (2,3), f(3)=3≤4 (Valid)
- For (3,2), f(3)=2≤4 (Valid)
All 4 pairs satisfy f(3)≤4.
Step 2: Determine possible values for f(1)
We are given that f(1)≥3, which implies:
f(1)∈{3,4,5,6}
Since f is one-one, f(1) cannot equal f(2) or f(3). Thus:
f(1)∈{3,4,5,6}∖{f(2),f(3)}
Let's find the number of choices for f(1) in each of the 4 cases:
-
Case 1: (f(2),f(3))=(1,4)
f(1)∈{3,4,5,6}∖{1,4}={3,5,6}⟹3 choices for f(1)
-
Case 2: (f(2),f(3))=(4,1)
f(1)∈{3,4,5,6}∖{4,1}={3,5,6}⟹3 choices for f(1)
-
Case 3: (f(2),f(3))=(2,3)
f(1)∈{3,4,5,6}∖{2,3}={4,5,6}⟹3 choices for f(1)
-
Case 4: (f(2),f(3))=(3,2)
f(1)∈{3,4,5,6}∖{3,2}={4,5,6}⟹3 choices for f(1)
In every case, there are exactly 3 choices for f(1).
Step 3: Assign values to the remaining domain elements
For any choice of f(1), f(2), and f(3), exactly 3 distinct elements of A have been assigned.
The remaining 3 elements of the domain, {4,5,6}, must be mapped to the remaining 3 unassigned elements of A in a one-one manner. The number of ways to do this is:
3!=6
Step 4: Calculate the total number of functions
For each of the 4 cases of (f(2),f(3)), the number of valid one-one functions is:
Number of ways per case=(choices for f(1))×3!=3×6=18
Summing over all 4 cases:
Total number of functions=4×18=72