Charles G PhD's Avatar

Charles G PhD

@charlesgphd

#BlackandSTEM #BlackPhD #Morehouse #Commanders #skins, #graphtheory #math #mathsky #cs #compsci #compsky #programming 1 Corinthians 1:27a: God chose what is foolish in the world to shame the wise; I like to ask questions about things and call it research

324
Followers
1,450
Following
933
Posts
03.02.2025
Joined
Posts Following

Latest posts by Charles G PhD @charlesgphd

Post image

I wanted to bring up my paper on the Seymour Second Neighborhood Conjecture. The #coordinatePlane and proof use a well ordering which used BFS and a minimum counterexample. #maths #math #graphtheory #mathisbeautiful #algorithm alphaxiv.org/abs/2501.00614

04.03.2026 01:28 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I’ll be giving a talk on my solution to SSNC at a Combinatorics Conference in March entitled
A Minimum Counterexample Proof of the SSNC via the Graph Level Order

24.02.2026 01:31 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

What happens when they still do

04.02.2026 15:01 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image Post image Post image

Yesterday, five-year-old Liam and his dad Adrian were released from Dilley detention center. I picked them up last night and escorted them back to Minnesota this morning.

Liam is now home. With his hat and his backpack.

01.02.2026 15:49 πŸ‘ 67313 πŸ” 16097 πŸ’¬ 2571 πŸ“Œ 1828
Video thumbnail

Rest easy, Demond Wilson
πŸ₯ΉπŸ™πŸΎπŸ’™πŸ•Š

31.01.2026 15:27 πŸ‘ 42 πŸ” 18 πŸ’¬ 0 πŸ“Œ 3

Look for the helpers #MrRogers

30.01.2026 02:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

And email. Teachers just send packets of busy work. Don't they realize that getting past level 4 on Mario Brothers is busy work. Learning to climb on top of walls and secret worlds. That's the perfect snow day activity.

26.01.2026 12:19 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

1 Peter 5:8
Be alert and of sober mind. Your enemy the devil prowls around like a roaring lion looking for someone to devour.

24.01.2026 22:20 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

1 Peter 5:8
Be alert and of sober mind. Your enemy the devil prowls around like a roaring lion looking for someone to devour.

24.01.2026 15:16 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
a man in a suit and tie is talking about being a scientist myself ALT: a man in a suit and tie is talking about being a scientist myself

I'm a scientist

24.01.2026 02:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

How I approached the Seymour Second Neighborhood Conjecture. Standard visualizations lead to high crossing numbers, leading to difficulty in recognizing patterns. By utilizing a BFS layout, and a minimal criminal, patterns emerged. #math #graphtheory www.alphaxiv.org/abs/2501.00614

19.01.2026 23:35 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Am image of an oriented graph for the Seymour Second Neighborhood Conjecture.

Am image of an oriented graph for the Seymour Second Neighborhood Conjecture.

This is one of my first illustrations for the Seymour Second Neighborhood Conjecture #SSNC. It's an oriented graph. I noticed patterns, number of nodes in each neighborhood. #MathIsBeautiful
1->7
2->6
3->5
Second, number of cycles.
1->1
2->2
3->2 (can't have 3)
alphaxiv.org/abs/2501.00614

19.12.2025 11:19 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

This is an oriented graph for the Seymour Second Neighborhood Conjecture #SSNC. Nodes are in "rooted neighborhoods". We see patterns, number of nodes in each neighborhood. #MathIsBeautiful
1->7
2->6
3->5
Second, number of cycles.
1->1
2->2
3->2 (can't have 3)
alphaxiv.org/abs/2501.00614

12.08.2025 13:43 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

This #ProofByContradiction is like building a house of cards. What we see is that: either the house will collapse, leading to a contradiction and producing that degree-doubling node, or we finish constructing the house, and every node fails to be a degree-doubling node. #math

07.08.2025 14:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

What is this proof by contradiction?
We're assuming that the #SSNC is false. That means that every node in the graph has second neighborhood smaller than it's first neighborhood. Then we investigate the overall graph and see if it can still stand.

07.08.2025 14:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

So what is this proof by contradiction?
It is a #BottomUpApproach. Starting with the #definitions. I realized that first and second neighbors are not good enough because you lose tracking info. Second neighbors do not know which first neighbor an edge came from. #research

07.08.2025 14:28 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

I told the story about how excited I was with my initial results. The problem is, noone else was doing the problem #MyWay, which made collaboration difficult. This #KnowledgeGraph shows how the #SSNC problem has been #researched over the decades.

07.08.2025 14:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

I'm excited to share my #Math paper, alphaxiv.org/abs/2501.00614
It is my constructive #ProofByContradicton of the Seymour Second Neighborhood Conjecture, using #DataStructures and #Algorithms, #BFS and #coding intuition and rigor to #Research this #OpenProblem in #GraphTheory.

07.08.2025 14:26 πŸ‘ 1 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

This second expert saw the same problem with missing cases, but constructed a more abstract example.

That was 5 years ago. And that's where more #Research and the need for a #dataStructure came in. It combats these missing cases, but also brought order to the overall problem.

30.07.2025 14:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I tightened up my definitions and my proofs, so I thought. I understood why the missing cases were always resolved immediately in concrete examples.

I was so confident, I sent the paper for review to another expert. And ...He saw the same problem with these missing cases.

30.07.2025 14:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

In the coming weeks I contacted him, showed him a very preliminary draft of a paper I was writing, and a JavaScript program I had written for this research.

The main point was I thought I had solved the problem.

The expert was concerned I had missed some cases.

30.07.2025 14:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

An expert was giving a talk on combinatorial game theory - a fascinating talk. After the talk, I rush up to him to tell him I've been working on a 30 year old problem of his. I was sure I embarrassed myself, but he gave me his email. #ResearchJourney #AcademicLife #Mentorship

30.07.2025 14:06 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

I'm excited to share my #Math paper, alphaxiv.org/abs/2501.00614
It is my constructive #ProofByContradicton of the Seymour Second Neighborhood Conjecture, using #DataStructures and #Algorithms, #BFS and #coding intuition and rigor to #Research this #OpenProblem in #GraphTheory.

30.07.2025 13:34 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Parent nodes have a burden: they do not want their degrees to double.
Children can assist by load balancing: forming cycles in the following neighborhoods.
The children also have this burden.
These dual burdens and load balancing shrink neighborhoods and yield a contradiction

24.07.2025 12:24 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Parent nodes have a burden: they do not want their degrees to double. 
Children can assist by load balancing: forming cycles in the following neighborhoods.
The children also have this burden. 
These dual burdens and load balancing shrink neighborhoods and yield a contradiction

Parent nodes have a burden: they do not want their degrees to double. Children can assist by load balancing: forming cycles in the following neighborhoods. The children also have this burden. These dual burdens and load balancing shrink neighborhoods and yield a contradiction

I'm excited to share my latest #Math paper, alphaxiv.org/abs/2501.00614
It is my constructive #ProofByContradicton of the Seymour Second Neighborhood Conjecture, using #DataStructures and #Algorithms, #BFS and #coding intuition and rigor to solve this #OpenProblem in #GraphTheory.

24.07.2025 12:21 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

I'm excited to share my latest #Math paper, alphaxiv.org/abs/2501.00614
It is my constructive #ProofByContradicton of the Seymour Second Neighborhood Conjecture, using #DataStructures and #Algorithms, #BFS and #coding intuition and rigor to solve this #OpenProblem in #GraphTheory.

18.07.2025 21:36 πŸ‘ 7 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Post image

I'm excited to share my latest #Math paper, alphaxiv.org/abs/2501.00614
It is my constructive #ProofByContradicton of the Seymour Second Neighborhood Conjecture, using #DataStructures and #Algorithms, #BFS and #coding intuition and rigor to solve this #OpenProblem in #GraphTheory.

12.07.2025 01:52 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

This image shows my early coding to try to solve the conjecture. What we see are The nodes of the same color in cycles, I called them interior neighbors. The nodes of different colors are I called exterior neighbors. Wanted to investigate this more. Not pictured here are back arcs.

03.07.2025 13:21 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
An Algorithmic Approach to Finding Degree-Doubling Nodes in Oriented Graphs | alphaXiv View recent discussion. Abstract: The Seymour Second Neighborhood Conjecture (SSNC) claims that there will always exist a node whose out-degree doubles in the square of an oriented graph. In this pape...

I'm excited to share my latest #Math paper, alphaxiv.org/abs/2501.00614
It is my constructive #ProofByContradicton of the Seymour Second Neighborhood Conjecture, using #DataStructures and #Algorithms, #BFS and #coding intuition and rigor to solve this #OpenProblem in #GraphTheory.

03.07.2025 13:09 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

My Biblical thought of the day, Jesus went through Samaria, a town that Jews would walk mikes to avoid. So after the Resurrection, did this continue? Did Christians like Paul continue looking for converts in Sameria?

01.06.2025 16:06 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0