Prove that a zero-one matrix can only have 1's after 5th power

In summary, the conversation discusses a specific matrix, A[1], and its properties. It is observed that the matrix A[5] becomes all 1's and any power greater than or equal to 5 will also result in a matrix of all 1's. The reason for this is explained to be due to the fact that A[1] has at least one "1" in each column, which is enough to produce a one in each column when taking the boolean product of each row of A. The conversation also mentions the possibility of using induction to formally prove this for powers greater than 6.
  • #1
leo255
57
2
Hello,

I couldn't give the full explanation in the title - I am talking about a particular matrix. Given the matrix:

A[1] =

0 0 1
1 0 0
1 1 0

A[5] =

1 1 1
1 1 1
1 1 1

Once it gets to the 5th boolean power, it becomes all 1's, and any power greater than or equal to 5 will always produce a matrix of all 1's. I know that this will always be true because A[5], A[6], A[N] will always have only 1's, and that since A[1] has at least one "1" in each column, that will always be enough to produce a one in each column, when taking the boolean product of each row of A. I understand this, but am not sure how to put it into a proof. Would appreciate any tips.
 
Physics news on Phys.org
  • #2
A proof for this specific A[1]? Just calculate it. For 6+, you can show formally via induction that it doesn't change any more.
 

1. What is a zero-one matrix?

A zero-one matrix is a mathematical matrix that contains only 0's and 1's as its elements.

2. What does it mean for a matrix to have 1's after 5th power?

This means that when the matrix is raised to the 5th power, all of its elements will be 1's.

3. Why can a zero-one matrix only have 1's after 5th power?

This is because of the properties of matrix multiplication. When a matrix is multiplied by itself, the resulting elements are a combination of the elements in the original matrix. Since a zero-one matrix only contains 0's and 1's, after 5 multiplications, all elements will become 1's.

4. Can a zero-one matrix have 1's after a power other than 5?

No, a zero-one matrix can only have 1's after the 5th power. After the 6th power, the matrix will contain elements that are not just 1's.

5. What are some real-world applications of the concept of zero-one matrices with 1's after 5th power?

One real-world application is in computer science, specifically in the study of Boolean functions. These functions can be represented by zero-one matrices, and the concept of 1's after 5th power can be used to analyze and simplify these functions. Additionally, this concept can also be applied in fields such as genetics, where binary codes are used to represent genetic data.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
878
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
774
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
574
  • Advanced Physics Homework Help
Replies
15
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
18
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
388
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
881
Back
Top